home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mntlib43 / mntlib / frwbin.c < prev    next >
Text File  |  1992-10-09  |  332b  |  12 lines

  1. /*
  2.  * this flag controls the behaviour fread/fwrite:
  3.  *
  4.  *  when non-zero, fread/fwrite will not do CR processing
  5.  *  even for text mode files (ie: ignore file mode).
  6.  *
  7.  * when zero fread/fwrite is process according to file mode
  8.  *
  9.  * this file is linked in when the user does not specify the variable.
  10.  */
  11. short  __FRW_BIN__ = 0;
  12.